ARObject Reference
Defines a reference to an AR object, including its identity and material state.
Inheritors
Types
Link copied to clipboard
data class Composite(val id: ARObjectIdentifier, val materialId: String?, val childrenIds: List<ARObjectIdentifier>) : ARObjectReference
Represents a complex AR object composed of multiple child entities.
Link copied to clipboard
Represents a standalone, indivisible AR object.